docs: Complete v2.0.0 release documentation and version finalization#27
Merged
ncipollina merged 3 commits intomainfrom Aug 6, 2025
Merged
docs: Complete v2.0.0 release documentation and version finalization#27ncipollina merged 3 commits intomainfrom
ncipollina merged 3 commits intomainfrom
Conversation
- Update VersionPrefix from 2.0.0-beta to 2.0.0 - Ready for stable release after testing confirmation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Document breaking changes in OTEL layer configuration - Provide detailed migration guide from v1.x to v2.0+ - Include examples of new Architecture and OtelLayerVersion properties - Document all new features and changed defaults - Add proper semantic versioning information 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Updates include: **docs/index.md:** - Update feature descriptions to mention 'configurable' OTEL support - Add explicit IncludeOtelLayer = true to Quick Start example - Show breaking change in default behavior **docs/testing/index.md:** - Add new testing methods: WithOtelLayerVersion(), WithArchitecture() - Update inline data comments to reflect new OTEL defaults - Add comprehensive OTEL configuration section with examples - Document all new testing helper methods **docs/examples/index.md:** - Add explicit OTEL enablement to relevant examples - Create comprehensive 'OpenTelemetry Configuration Examples' section - Include migration examples from v1.x to v2.0+ - Show ARM64 architecture usage patterns - Add environment-specific OTEL configuration patterns - Update existing examples to demonstrate new properties All examples now clearly show that OTEL layer is opt-in in v2.0+ 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR finalizes the v2.0.0 release by removing the beta suffix, adding comprehensive documentation for breaking changes, and updating all docs to reflect the new configurable OpenTelemetry layer behavior. The key change is that OTEL is now disabled by default (breaking change from v1.x) and requires explicit enablement.
Key changes:
- Version finalization:
2.0.0-beta→2.0.0 - Complete CHANGELOG.md with migration guide and breaking changes documentation
- Updated all documentation to show explicit OTEL enablement and new configuration options
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| Directory.Build.props | Removes beta suffix to finalize v2.0.0 release |
| CHANGELOG.md | Comprehensive release notes with breaking changes and migration guide |
| docs/index.md | Updates feature descriptions and quick start to show explicit OTEL enablement |
| docs/testing/index.md | Documents new testing methods and OTEL configuration patterns |
| docs/examples/index.md | Extensive examples showing OTEL configuration, ARM64 usage, and migration patterns |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Version Changes
2.0.0-beta→2.0.0(ready for stable release)New Documentation
Documentation Updates
docs/index.md
IncludeOtelLayer = trueto Quick Start exampledocs/testing/index.md
WithOtelLayerVersion(),WithArchitecture()docs/examples/index.md
Key Breaking Change Communication
All documentation now clearly shows that:
IncludeOtelLayer = trueto enable OTELArchitectureandOtelLayerVersionBenefits for Users
Related PRs
🤖 Generated with Claude Code